*{
  margin: 0;
  padding: 0;
  font-family: "montserrat",sans-serif;
}

body {
  padding: 40px 0;
  height: 100vh;
  background-size: cover;
  background-position: center;
  transition: 0.5s;
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(bg4.jpg);
  height: 88vh;
}

.container{
  text-align: center;
  margin-top: 150px;
}


ul li.active a{
  background-color: #fff;
  color: #000;
  padding: 5px 5px;
  margin: 5px;
}

ul li{
  display: inline-block;
}


@media screen and (max-width:800px) {
  .show-menu-btn,.hide-menu-btn{
    display: block;
  }



???

}
.inner-width{
  
  overflow: hidden;
  padding: 30px 10px;
  margin: 20px auto;
  color: #fff;
}
.about-section h1{
  padding: 0px;
  text-align: center; 

}
.border{
  width: 300px;
  height: 3px;
  background: #fff;
  margin: 20px auto;
}
.about-section-row{
  display: flex;
  flex-wrap: wrap;
}
.about-section-col{
  flex: 50%;
}
.about{
  padding-right: 0px;
}
.about p{
  text-align: center;
  margin-bottom: 0px;

}

p{
  font-size: 20px;
  font-weight: 20px;
  outline: 20px;
  outline-color: #2423;
}


.menu{
  float: left;
  line-height: 50px;
}
.menu a{
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 10px;
  transition: 0.4s;
}

.menu a:hover,
.show-menu-btn:hover,
.hide-menu-btn:hover{
  color: #3498db;
}

ul li{
  display: inline-block;
}

ul li.active a{
  background-color: #fff;
  color: #000;
}
